projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c17f4
)
rockchip: add u-boot specific dts for rk3036 sdk
author
Andy Yan
<
[email protected]
>
Mon, 24 Jul 2017 09:52:24 +0000
(17:52 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Thu, 27 Jul 2017 12:59:04 +0000
(14:59 +0200)
Add this dts to enable debug uart releated devices
before relocation.
Signed-off-by: Andy Yan <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
arch/arm/dts/rk3036-sdk-u-boot.dtsi
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/arm/dts/rk3036-sdk-u-boot.dtsi
b/arch/arm/dts/rk3036-sdk-u-boot.dtsi
new file mode 100644
(file)
index 0000000..
6f15f4a
--- /dev/null
+++ b/
arch/arm/dts/rk3036-sdk-u-boot.dtsi
@@ -0,0
+1,11
@@
+&uart2 {
+ u-boot,dm-pre-reloc;
+};
+
+&grf {
+ u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+ u-boot,dm-pre-reloc;
+};